home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 April: Mac OS SDK / Dev.CD Apr 99 SDK1.toast / Development Kits / QuickTake Digital Camera / QuickTake⁄Windows SDK / QTKSAMPL.DEF < prev    next >
Encoding:
Text File  |  1995-03-14  |  674 b   |  26 lines  |  [TEXT/mdos]

  1. ;
  2. ; QTKSAMPL.DEF version 1.0
  3. ;
  4. ; Copyright Apple Computer, Inc. 1993 -1995, All Rights Reserved.
  5. ;
  6.  
  7. ; module-definition file for QTKSample -- used by LINK.EXE
  8. NAME            QTKSampl                    ; Application's module name
  9.  
  10. DESCRIPTION        'QuickTake Sample Application'
  11.  
  12. EXETYPE            WINDOWS                        ; Required for all Windows applications
  13.  
  14. STUB            'WINSTUB.EXE'                 ; Generates error message if application
  15.                                             ; is run without Windows
  16.                                                
  17. CODE  PRELOAD MOVEABLE DISCARDABLE
  18.  
  19. DATA  PRELOAD MOVEABLE SINGLE
  20.  
  21. HEAPSIZE     1024
  22. STACKSIZE    0x6000       ; Recommended for QuickTake applications
  23.  
  24. EXPORTS
  25.     MainWndProc   @1   ; Name of window processing function
  26.